Auto merge of #3272 - cuviper:openssl-1.1.0, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 14 Nov 2016 21:56:07 +0000 (13:56 -0800)
committerGitHub <noreply@github.com>
Mon, 14 Nov 2016 21:56:07 +0000 (13:56 -0800)
commit9f1beafaccc68339754842ffb6e57b22a3138015
treeb360532f1e8510378832e082474d40b198219e70
parentf6500c6b6480c89492773bff6d41c4abf6c5ee15
parent15acaa9c312422dc82d5046007f55f2b8765afa6
Auto merge of #3272 - cuviper:openssl-1.1.0, r=alexcrichton

Update dependencies for OpenSSL 1.1.0 compatibility

The primary targets here are openssl and openssl-sys crates 0.9,
bringing support for OpenSSL 1.1.0.  This requires updating the curl
and git2 related dependencies as well.

A small change is required in cargo itself for the new Hasher API.
Results from the hasher are simply unwrapped for now, matching the
Windows behavior that already panics on error.